pyinstaller --noconfirm --clean ^
  --onedir ^
  --windowed ^
  --name GestDoc3_Silent ^
  --collect-all PyQt6 ^
  GestDoc3_Silent.py
